home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / PANIC.DIR / 00021_Script_21 < prev    next >
Text File  |  1994-12-08  |  378b  |  17 lines

  1. on mouseUp
  2.   global panicQT, Vol1, Vol2, vidVol
  3.   
  4.   go to "PANIC"
  5.   
  6.   --puppetSprite 20, TRUE
  7.   --set the visible of sprite 20 to TRUE      
  8.   --set the directtostage of cast panicQT to TRUE
  9.   --set the movierate of sprite 20 to 1
  10.   --set the sound of cast panicQT to TRUE
  11.   --set the volume of sprite 20 to VidVol
  12.   
  13.   sv1 Vol1
  14.   sv2 Vol2  
  15.   updateStage
  16. end
  17.